home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 009a / snpd0493.zip / DOSSORT.C < prev    next >
Text File  |  1993-04-05  |  444b  |  16 lines

  1. .I 26 4
  2. #define MAXLINE  80           /* maximum line length             */
  3.  
  4. unsigned col     = 0;  /* column to start sort at ( zero based here ) */
  5. int      reverse = 0;  /* reverse order flag                          */
  6. .D 27 4
  7. .I 91 4
  8.             {
  9.                   if (0 == (no_match = memicmp(buf, lines[i],
  10.                         (unsigned int)12)))
  11.                   {
  12. .D 92 1
  13. .I 93 2
  14.                   }
  15.             }
  16.